home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / GAMES / RHFT / Docs / !StrongHlp / !Configure < prev    next >
Text File  |  1996-04-06  |  2KB  |  58 lines

  1. # Configure file for StrongHelp
  2. # Lines starting with "# " are comments
  3.  
  4. #Commands
  5.  
  6. # f0  = Sassoon.Primary           12   Bold  1  Italic  2  Both  3
  7. # f1  = Sassoon.Primary.Bold      12   Bold  1  Italic  2  Both  3
  8. # f2  = Homerton.Medium.Oblique   12   Bold  1  Italic  2  Both  3
  9. # f3  = Homerton.Bold.Oblique     12   Bold  1  Italic  2  Both  3
  10.  
  11. # The Body font
  12.  
  13. f0  = Trinity.Medium          14   Bold  1  Italic  2  Both  3
  14. f1  = Trinity.Bold            14   Bold  1  Italic  2  Both  3
  15. f2  = Trinity.Medium.Italic   14   Bold  1  Italic  2  Both  3
  16. f3  = Trinity.Bold.Italic     14   Bold  1  Italic  2  Both  3
  17.  
  18. # The Headline fonts
  19.  
  20. f10 = Homerton.Bold           26
  21. f11 = Homerton.Bold.Oblique   20
  22. f12 = Trinity.Bold            18
  23. f13 = Trinity.Bold.Italic     16
  24. f14 = Trinity.Medium          14
  25. f15 = Trinity.Medium.Italic   14
  26.  
  27. # The fonts used for fCode
  28.  
  29. f20 = Corpus.Medium           14   Bold 21  Italic 22  Both 23
  30. f21 = Corpus.Bold             14   Bold 21  Italic 22  Both 23
  31. f22 = Corpus.Medium.Oblique   14   Bold 21  Italic 22  Both 23
  32. f23 = Corpus.Bold.Oblique     14   Bold 21  Italic 22  Both 23
  33.  
  34. # Fonts 24 to 31 are reserved for the manuals themselves.
  35.  
  36. # The styles..
  37.  
  38. fStd       = f0  rgb 0,0,0  align left
  39. fLink      = f_* rgb 160,50,50
  40. fStrong    = f*
  41. fEmphasis  = f/
  42. fUnderline = f_
  43. fCode      = f20
  44. fCite      = f/  rgb 50,50,50
  45.  
  46. fH1        = f10 Align Centre
  47. fH2        = f11 Align Centre
  48. fH3        = f12 Align Centre
  49. fH4        = f13 Align Left
  50. fH5        = f14 Align Left
  51. fH6        = f15 Align Left
  52.  
  53. # Set default background and font
  54.  
  55. Background rgb 255,255,255
  56. fStd
  57.  
  58. #End